From: Richard M. Stallman Date: Mon, 29 Dec 2003 11:25:21 +0000 (+0000) Subject: (Fset_minibuffer_window): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24712 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a2ce3a61cc95b869150b4554802fd4dfccee9b14;p=emacs.git (Fset_minibuffer_window): Doc fix. --- diff --git a/src/minibuf.c b/src/minibuf.c index baeb0cef7b5..9a05a4d1ce0 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -189,7 +189,7 @@ choose_minibuf_frame_1 (ignore) DEFUN ("set-minibuffer-window", Fset_minibuffer_window, Sset_minibuffer_window, 1, 1, 0, doc: /* Specify which minibuffer window to use for the minibuffer. -This effects where the minibuffer is displayed if you put text in it +This affects where the minibuffer is displayed if you put text in it without invoking the usual minibuffer commands. */) (window) Lisp_Object window;